widget: Fix a widget/container mixup
authorTimm Bäder <mail@baedert.org>
Sun, 9 Jul 2017 12:30:45 +0000 (14:30 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:15 +0000 (21:27 -0400)
gtk/gtkwidget.c

index 06828f28ba4e4afe8f2a10caebc6919dfdcda052..867e2a662d64cbc68e35643de8452d040f059091 100644 (file)
@@ -15572,7 +15572,7 @@ gtk_widget_forall (GtkWidget   *widget,
  * gtk_widget_snapshot_child:
  * @widget: a #GtkWidget
  * @child: a child of @widget
- * @snapshot: #GtkSnapshot as passed to the container. In particular, no
+ * @snapshot: #GtkSnapshot as passed to the widget. In particular, no
  *   calls to gtk_snapshot_offset() should have been applied by the
  *   parent.
  *